Click or drag to resize

Contains Constructor (PropertyPath, String, ContainmentComparison)

Initializes a new instance of the Contains class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public Contains(
	PropertyPath propertyPath,
	string value,
	ContainmentComparison comparison
)

Parameters

propertyPath
Type: Independentsoft.ExchangePropertyPath
value
Type: SystemString
comparison
Type: Independentsoft.ExchangeContainmentComparison
See Also